home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / turbovis / hsys12.zip / EXAMPLE.ZIP / EXAMPLE.PAS < prev    next >
Pascal/Delphi Source File  |  1993-08-19  |  367b  |  23 lines

  1. unit EXAMPLE;
  2.  
  3. interface
  4.  
  5. const
  6.  
  7.  
  8. { Helpcompiler Topiccounter }
  9.   hc0firstcounterbegin   = 10;
  10.   hc0firstcounterend     = 13;
  11.   hc0secondcounterbegin  = 60002;
  12.   hc0secondcounterend    = 60003;
  13.  
  14.  
  15.   hcabout                = 11;
  16.   hcdemopage             = 12;
  17.   hcindexpage            = 13;
  18.   hcmenu                 = 60003;
  19.  
  20. implementation
  21.  
  22. end.
  23.